home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
USGS: Geolgic Assessment … in the Colorado Plataeu
/
USGS Geolgic Assessment of Coal in the Colorado Plataeu - Disc 1.iso
/
ArcView_Data_Pub
/
program
/
ETC
/
STARTUP.PS
< prev
next >
Wrap
Text File
|
1998-07-17
|
847b
|
38 lines
%
% Environment dependant variables
%
/@sys_path (system.ps) def
%
% Initialize the PostScript machinery
%
%(Loading PSI...) print
@sys_path run
%(Done\n) print
/printpath { /_str 16 string def
{(Move: )print exch _str cvs print( )print _str cvs print(\n)print}
{(Draw: )print exch _str cvs print( )print _str cvs print(\n)print}
{(Curv: )print 6 -2 roll exch _str cvs print( )print _str cvs print
( )print 4 -2 roll exch _str cvs print( )print _str cvs print
( )print exch _str cvs print( )print _str cvs print(\n)print}
{(Done:\n)print} pathforall } @bd
%
% Enter the normal flow
%
/@inp (%stdin) (r) file def
/@pmt { /@buf 256 string def
{ prompt @inp @buf readline pop cvx exec } loop
} def
/@execut false def
/executive { /@execut true def stop
} @bd
%start